------------------------------------------------------------------------
r41 | shawnsspace | 2009-10-08 00:33:10 +0000 (Thu, 08 Oct 2009) | 1 line
Changed paths:
   A /tags/v 4.0.0 (from /trunk:40)

Tagging as v 4.0.0
------------------------------------------------------------------------
r40 | shawnsspace | 2009-10-08 00:32:04 +0000 (Thu, 08 Oct 2009) | 1 line
Changed paths:
   M /trunk/Gtax.xml

retagging for release
------------------------------------------------------------------------
r38 | shawnsspace | 2009-10-07 23:40:34 +0000 (Wed, 07 Oct 2009) | 1 line
Changed paths:
   M /trunk/Gtax.xml

updated version on Tax frame to current
------------------------------------------------------------------------
r36 | shawnsspace | 2009-10-07 23:26:00 +0000 (Wed, 07 Oct 2009) | 5 lines
Changed paths:
   M /trunk/DrshowMMB.xml
   M /trunk/Gtax.lua
   M /trunk/Gtax.xml
   M /trunk/GuildTax.toc
   M /trunk/Ream Me.txt

6:21 PM 10/7/2009  Redesigned Guild Tax UI
                    Addon Button tool tips for added ease of use.
                    Added Evade Button for reseting Tax Amount to 0
                        Note:  Use this if you do not want to pay the tax you have accrued though loot, mail, vendor.
             Released Guild Tax v. 4.0.0
------------------------------------------------------------------------
r34 | shawnsspace | 2009-10-03 19:31:10 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Gtax.lua
   M /trunk/Gtax.xml

added version stamp to Tax Frame and check version stamp in /guildtax & !guildtax commands
------------------------------------------------------------------------
r32 | shawnsspace | 2009-10-02 09:11:23 +0000 (Fri, 02 Oct 2009) | 1 line
Changed paths:
   M /trunk/Gtax.lua
   M /trunk/Gtax.xml
   M /trunk/GuildTax.toc
   M /trunk/Ream Me.txt

4:09 AM 10/2/2009  GLoad button now refreshes MOTD or Guild info Tax amount.
------------------------------------------------------------------------
r30 | shawnsspace | 2009-10-02 07:51:56 +0000 (Fri, 02 Oct 2009) | 1 line
Changed paths:
   M /trunk/GuildTax.toc

Updated Toc to current release.
------------------------------------------------------------------------
r29 | shawnsspace | 2009-10-02 07:49:51 +0000 (Fri, 02 Oct 2009) | 2 lines
Changed paths:
   M /trunk/DrshowMMB.xml
   M /trunk/Gtax.lua
   M /trunk/GuildTax.toc
   M /trunk/Ream Me.txt

Added support for "see NOTE:"
             Note: If new tax is set in MOTD, opening Tax window with MiniMap Button will  Update new Tax Rate.
------------------------------------------------------------------------
r27 | shawnsspace | 2009-10-02 07:35:02 +0000 (Fri, 02 Oct 2009) | 10 lines
Changed paths:
   M /trunk/Gtax.lua
   M /trunk/GuildTax.toc
   M /trunk/Ream Me.txt

2:31 AM 10/2/2009 Added support to refresh current MOTD tax amount by:See NOTES:
             Note: If new tax is set in MOTD just open guilld bank to update Tax 

Rate amount. Will also refresh if vendor, loot window is opened.
             Note: If new tax is set in MOTD, using command /guildtax, or /guildtax 

rate to set new Rate.
             Note: If new tax is set in MOTD, closing Tax window if open, or opening 

then closing Tax frame with set new Rate.
------------------------------------------------------------------------
r25 | shawnsspace | 2009-10-02 05:33:04 +0000 (Fri, 02 Oct 2009) | 1 line
Changed paths:
   M /trunk/Gtax.lua
   M /trunk/Gtax.xml
   M /trunk/GuildTax.toc
   M /trunk/Ream Me.txt

12:30 AM 10/2/2009 fixed bug with total tax todate not updating with refreshed version.
------------------------------------------------------------------------
r23 | shawnsspace | 2009-10-02 04:26:04 +0000 (Fri, 02 Oct 2009) | 4 lines
Changed paths:
   M /trunk/Gtax.lua
   M /trunk/Gtax.xml
   M /trunk/GuildTax.toc
   M /trunk/Ream Me.txt

11:23 PM 10/1/2009 added total tax todate to Gtax frame.
added current tax rate to Gtax frame.
added Options show / hide buttons to Gtax frame.
added Minimap button show / hide button to Gtax frame
------------------------------------------------------------------------
r21 | shawnsspace | 2009-10-01 01:29:24 +0000 (Thu, 01 Oct 2009) | 1 line
Changed paths:
   M /trunk/Gtax.xml
   M /trunk/GuildTax.toc

Started Frame for minimap button options.
------------------------------------------------------------------------
r19 | shawnsspace | 2009-09-30 11:04:32 +0000 (Wed, 30 Sep 2009) | 4 lines
Changed paths:
   M /trunk/GuildTax.toc

@project-revision@
@project-author@
@project-date-iso@
@project-version@
------------------------------------------------------------------------
r18 | shawnsspace | 2009-09-30 11:03:11 +0000 (Wed, 30 Sep 2009) | 4 lines
Changed paths:
   M /trunk/Ream Me.txt

@project-revision@
@project-author@
@project-date-iso@
@project-version@
------------------------------------------------------------------------
r16 | shawnsspace | 2009-09-30 10:31:07 +0000 (Wed, 30 Sep 2009) | 14 lines
Changed paths:
   M /trunk/GuildTax.toc

REPOS="$1"
TXN="$2"

# Make sure that the log message contains some text.
SVNLOOK=/usr/local/bin/svnlook
$SVNLOOK log -t "$TXN" "$REPOS" | \
   grep "[a-zA-Z0-9]" > /dev/null || exit 1

# Check that the author of this commit has the rights to perform
# the commit on the files and directories being modified.
commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1

# All checks passed, so allow the commit.
exit 0
------------------------------------------------------------------------
r15 | shawnsspace | 2009-09-30 10:26:56 +0000 (Wed, 30 Sep 2009) | 14 lines
Changed paths:
   D /trunk/GuildTax

REPOS="$1"
TXN="$2"

# Make sure that the log message contains some text.
SVNLOOK=/usr/local/bin/svnlook
$SVNLOOK log -t "$TXN" "$REPOS" | \
   grep "[a-zA-Z0-9]" > /dev/null || exit 1

# Check that the author of this commit has the rights to perform
# the commit on the files and directories being modified.
commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1

# All checks passed, so allow the commit.
exit 0
------------------------------------------------------------------------
r14 | shawnsspace | 2009-09-30 10:23:16 +0000 (Wed, 30 Sep 2009) | 14 lines
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/DrshowMMB.xml
   A /trunk/Gtax.lua
   A /trunk/Gtax.xml
   A /trunk/GuildTax.toc
   A /trunk/Ream Me.txt

REPOS="$1"
TXN="$2"

# Make sure that the log message contains some text.
SVNLOOK=/usr/local/bin/svnlook
$SVNLOOK log -t "$TXN" "$REPOS" | \
   grep "[a-zA-Z0-9]" > /dev/null || exit 1

# Check that the author of this commit has the rights to perform
# the commit on the files and directories being modified.
commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1

# All checks passed, so allow the commit.
exit 0
------------------------------------------------------------------------
r13 | shawnsspace | 2009-09-30 10:19:28 +0000 (Wed, 30 Sep 2009) | 14 lines
Changed paths:
   M /trunk

REPOS="$1"
TXN="$2"

# Make sure that the log message contains some text.
SVNLOOK=/usr/local/bin/svnlook
$SVNLOOK log -t "$TXN" "$REPOS" | \
   grep "[a-zA-Z0-9]" > /dev/null || exit 1

# Check that the author of this commit has the rights to perform
# the commit on the files and directories being modified.
commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1

# All checks passed, so allow the commit.
exit 0
------------------------------------------------------------------------
r12 | shawnsspace | 2009-09-30 10:10:51 +0000 (Wed, 30 Sep 2009) | 14 lines
Changed paths:
   M /trunk/GuildTax/Ream Me.txt

REPOS="$1"
TXN="$2"

# Make sure that the log message contains some text.
SVNLOOK=/usr/local/bin/svnlook
$SVNLOOK log -t "$TXN" "$REPOS" | \
   grep "[a-zA-Z0-9]" > /dev/null || exit 1

# Check that the author of this commit has the rights to perform
# the commit on the files and directories being modified.
commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1

# All checks passed, so allow the commit.
exit 0
------------------------------------------------------------------------
r10 | shawnsspace | 2009-09-30 09:51:22 +0000 (Wed, 30 Sep 2009) | 14 lines
Changed paths:
   M /trunk/GuildTax/.pkgmeta

REPOS="$1"
TXN="$2"

# Make sure that the log message contains some text.
SVNLOOK=/usr/local/bin/svnlook
$SVNLOOK log -t "$TXN" "$REPOS" | \
   grep "[a-zA-Z0-9]" > /dev/null || exit 1

# Check that the author of this commit has the rights to perform
# the commit on the files and directories being modified.
commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1

# All checks passed, so allow the commit.
exit 0
------------------------------------------------------------------------
r9 | shawnsspace | 2009-09-30 09:48:46 +0000 (Wed, 30 Sep 2009) | 14 lines
Changed paths:
   M /trunk/GuildTax/.pkgmeta

REPOS="$1"
TXN="$2"

# Make sure that the log message contains some text.
SVNLOOK=/usr/local/bin/svnlook
$SVNLOOK log -t "$TXN" "$REPOS" | \
   grep "[a-zA-Z0-9]" > /dev/null || exit 1

# Check that the author of this commit has the rights to perform
# the commit on the files and directories being modified.
commit-access-control.pl "$REPOS" "$TXN" commit-access-control.cfg || exit 1

# All checks passed, so allow the commit.
exit 0
------------------------------------------------------------------------
r8 | shawnsspace | 2009-09-30 09:24:36 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/GuildTax/Ream Me.txt

$revision$
------------------------------------------------------------------------
r7 | shawnsspace | 2009-09-30 09:19:06 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   D /trunk/.pkgmeta
   D /trunk/DrshowMMB.xml
   D /trunk/Gtax.lua
   D /trunk/Gtax.xml
   A /trunk/GuildTax
   A /trunk/GuildTax/.pkgmeta
   A /trunk/GuildTax/DrshowMMB.xml
   A /trunk/GuildTax/Gtax.lua
   A /trunk/GuildTax/Gtax.xml
   A /trunk/GuildTax/GuildTax.toc
   A /trunk/GuildTax/Ream Me.txt
   D /trunk/GuildTax.toc
   D /trunk/Ream Me.txt

$revision$
------------------------------------------------------------------------
r6 | shawnsspace | 2009-09-30 09:11:35 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   A /trunk/GuildTax.toc
   A /trunk/Ream Me.txt

$revision$
------------------------------------------------------------------------
r5 | shawnsspace | 2009-09-30 09:10:20 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   A /trunk/Gtax.xml

$revision$
------------------------------------------------------------------------
r4 | shawnsspace | 2009-09-30 09:09:58 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   A /trunk/Gtax.lua

$revision$
------------------------------------------------------------------------
r3 | shawnsspace | 2009-09-30 09:09:32 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   A /trunk/DrshowMMB.xml

starting revision
------------------------------------------------------------------------
r2 | shawnsspace | 2009-09-30 09:01:09 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   A /trunk/.pkgmeta

Starting svn repo
------------------------------------------------------------------------
r1 | root | 2009-09-30 06:32:00 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"f-i-n-o-guild-tax/mainline: Initial Import"
------------------------------------------------------------------------
